cssselector: The if was the wrong way around
authorBenjamin Otte <otte@redhat.com>
Mon, 5 Jan 2015 20:00:36 +0000 (21:00 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 5 Jan 2015 20:20:26 +0000 (21:20 +0100)
commit506639add12d69c2058fa1a72319506adbac1f4d
tree864f00a1b6b785ab3e47712d6b8ff75297b1b7f8
parent43d6ebf9fbecd89cfef8c0c5e7ebc76b50bdde7e
cssselector: The if was the wrong way around

We want to keep matching as long as selectors are simple. Otherwise we'd
never be matching, because the first selector is always simple. Oops.
gtk/gtkcssselector.c